PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / getHeight Method
In This Topic
    getHeight Method
    In This Topic
    Gets the height of the formatted content.
    The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.
    Syntax
    public double getHeight()

    Return Value

    The height of the formatted content wrapped at a specific width.
    See Also